﻿@charset "utf-8";

/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */


/*CSS Document*/


/*init BEGIN*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
}


/*清除内外边距*/

a:focus {
    -moz-outline-style: none;
}


/*IE不支持*/

a:focus {
    outline: none;
}


/*很多网站都会加的属性*/

body,
button,
input,
select,
textarea {
    /*for ie*/
    /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /*用 ascii 字符表示，使得在任何编码下都无问题*/
}


/*设置默认字体*/

address,
cite,
dfn,
em,
var {
    font-style: normal;
}


/*将斜体扶正*/

code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}


/*统一等宽字体*/

small {
    font-size: 12px;
}


/*小于 12px 的中文很难阅读，让 small 正常化*/

ul,
ol {
    list-style: none;
}


/*重置列表元素*/

a {
    text-decoration: none;
}


/*重置文本格式元素*/

abbr[title],
acronym[title] {
    /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}


/*重置表单元素*/

legend {
    color: #000;
}


/*for ie6*/

fieldset,
img {
    border: none;
}


/*img 搭车：让链接里的 img 无边框*/


/*注：optgroup 无法扶正*/

button,
input,
select,
textarea {
    font-size: 100%;
    /*使得表单元素在 ie 下能继承字体大小*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*重置表格元素*/

hr {
    border: none;
    height: 1px;
}


/*重置 hr*/

html {
    overflow-y: scroll;
}


/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/


/*清除float BEGIN*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    display: block;
    zoom: 1;
}


/*清除float END*/


/*init END*/


/*banner BEGIN*/

.cg_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}


/*子页banner高度*/

.cg_banner,
.cg_banner_listbox,
.cg_banner_listbox ul,
.cg_banner_listbox ul li,
.cg_banner_listbox ul li a {
    display: block;
    height: 375px;
}


/*首页banner高度*/

.cg_banner.cg_index_banner,
.cg_index_banner .cg_banner_listbox,
.cg_index_banner .cg_banner_listbox ul,
.cg_index_banner .cg_banner_listbox ul li,
.cg_index_banner .cg_banner_listbox ul li a {
    display: block;
    height: 479px;
}

.cg_banner_listbox {
    position: relative;
    height: 100%;
    z-index: 0;
}

.cg_banner_listbox ul li {
    zoom: 1;
    vertical-align: middle;
}


/*li按钮*/

.cg_banner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 5px;
    z-index: 1;
    width: 100%;
}

.cg_banner .hd ul {
    overflow: hidden;
    zoom: 1;
    clear: both;
    width: 100%;
    text-align: center;
}

.cg_banner .hd ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 2px;
    width: 30px;
    height: 8px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    line-height: 8px;
    color: #fff;
}

.cg_banner .hd ul li.on {
    background: #f00;
    color: #f00;
}


/*前/后按钮代码*/

.cg_banner .prev,
.cg_banner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 9;
}

.cg_banner .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.cg_banner .prev:hover,
.cg_banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.cg_banner .prevStop {
    display: none;
}

.cg_banner .nextStop {
    display: none;
}


/*banner END*/


/*上下篇 BEGIN*/

.sub_updown {
    clear: both;
    font-family: "微软雅黑";
    overflow: hidden;
    font-size: 12px;
    padding: 4px 0;
    width: 100%;
}

.sub_updown .sub_updown_up,
.sub_updown .sub_updown_down {
    clear: both;
    overflow: hidden;
    margin: 6px 0px;
}

.sub_updown div a {
    color: #666;
    display: block;
    width: 98%;
    padding: 0 1%;
    background: #ddd;
}

.sub_updown .sub_updown_hover a[href]:hover {
    color: #fff;
    background: #0037a8;
}

.sub_updown .sub_updown_hover a span {
    cursor: pointer;
}


/*上下篇 END*/


/*分页 BEGIN*/

.ql_fenye {
    clear: both;
    width: 100%;
    text-align: center;
    font-family: arial;
    font-size: 13px;
    margin: 20px 0;
}

.paginator a {
    color: #fff;
    padding: 3px 6px;
    background: #0037a8;
}

.paginator a,
.paginator span {
    margin: 0px 3px;
    background: #0037a8;
    color: #fff;
}

.paginator a.sun_paging_hover[href]:hover {
    background: #c60001;
}

.paginator span {
    background: #c60001;
    padding: 3px 6px !important;
    font-weight: normal !important;
}


/*选中需要全部important一下*/


/*分页 END*/


/*百度地图*/

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

a[href] * {
    cursor: pointer;
}

a[href] img:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}


/*2016-08-09 取消textarea的拖动*/

textarea {
    resize: none;
}


/* CSS Document */


/*以下为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/

body {
    font-size: 12px;
    line-height: 26px;
    font-family: "微软雅黑";
}

.cg_fs {
    font-family: "宋体";
}

.cg_l {
    float: left;
}

.cg_r {
    float: right;
}

.w1002,
.w1004,
.w1100,
.w1200 {
    margin: 0px auto;
}

.w1002 {
    width: 1002px;
}

.w1004 {
    width: 1004px;
}

.w1100 {
    width: 1100px;
}

.w1200 {
    width: 1200px;
}


/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/


/*修改：闫晓龙 说明：增加公安局备案号*/

.bot_gaba {
    padding: 4px 0 4px 24px;
    color: #fff;
    text-decoration: none;
    background: url(../images/ba.png) left center no-repeat;
}


/*BEGIN*/


/*框架开始*/

#mar_auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

#left {
    float: left !important;
}

#right {
    float: right !important;
}

#hover {
    color: #007AFF;
}

input {
    font-family: "微软雅黑";
    border: 0px;
    background: none;
}

.no_ri {
    margin-right: 0px !important;
}

.no_bj {
    background: none !important;
}

.no_bj a {
    background: none !important;
}

body {
    overflow: hidden;
}


/*框架结束*/


/*网站CSS开始*/


/*top*/

.in_top {
    position: relative;
    z-index: 100;
    width: 1200px;
    height: 106px;
    margin: 0 auto;
}

.in_top>a {
    display: block;
    float: left;
    width: 458px;
    height: 87px;
    overflow: hidden;
    padding-top: 10px;
}

.in_top .in_top_an {
    float: right;
    height: 30px;
    width: 500px;
    margin-bottom: 26px;
}

.in_top .in_top_an a {
    float: right;
    display: block;
    height: 30px;
    width: 94px;
    text-align: center;
    font-size: 14px;
    color: #666;
    background: url(../images/ss_a.png) right center no-repeat;
    line-height: 30px;
}

.in_top .in_top_an a:hover {
    color: #fff !important;
    background: #a7130b !important;
}

.in_top .top_dhul {
    float: right;
    width: 700px;
}

.in_top .top_dhul>li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 90px;
}

.in_top .top_dhul>li:hover .top_ejul {
    display: block;
}

.in_top .top_dhul>li>a {
    display: block;
    height: 50px;
    line-height: 50px;
    min-width: 60px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.in_top .top_dhul>li:hover>a {
    color: #1d64b4;
    background: url(../images/ss_b.png) center bottom repeat-x;
}

.in_top .top_dhul>li.on>a {
    color: #1d64b4;
    background: url(../images/ss_b.png) center bottom no-repeat;
}

.in_top .top_dhul>li .top_ejul {
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 40px;
    background: #0037a8;
    padding: 6px 0;
    display: none;
}

.in_top .top_dhul>li .top_ejul li {
    float: left;
    width: 100%;
}

.in_top .top_dhul>li .top_ejul li>a {
    display: block;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    white-space: nowrap;
    color: #fff;
}

.in_top .top_dhul>li .top_ejul li>a:hover {
    color: #ffe400;
}

.in_top .top_dhul>li .top_ejul li.on a {
    color: #ffe400;
}


/*top*/


/*bottom*/

.bot_box {
    padding: 20px 0;
    width: 100%;
    border-top: 5px solid #0037a8;
    min-height: 60px;
    background: #2453b3;
}

.bot_box .bot_box_box {
    width: 1200px;
    min-height: 60px;
    margin: 0 auto;
}

.bot_box .bot_box_box .bot_box_l {
    float: left;
    width: 136px;
    height: 136px;
    overflow: hidden;
    margin-right: 20px;
}

.bot_box .bot_box_box .bot_box_z {
    float: left;
    width: 645px;
}

.bot_box .bot_box_box .bot_box_z>em {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid #3866c5;
}

.bot_box .bot_box_box .bot_box_z>em a {
    color: #fff;
}

.bot_box .bot_box_box .bot_box_z>em a:hover {
    color: #e4ff00;
}

.bot_box .bot_box_box .bot_box_z>div {
    line-height: 24px;
    font-size: 12px;
    color: #8faeed;
    padding-top: 8px;
}

.bot_box .bot_box_box .bot_box_z>div img {
    vertical-align: middle;
}

.bot_box .bot_box_box .bot_box_z>div a {
    color: #8faeed;
}

.bot_box .bot_box_box .bot_box_z>div a:hover {
    color: #fff;
}

.bot_box .bot_box_box .bot_box_r {
    float: right;
    width: 427px;
    min-height: 130px;
    border-left: 1px solid #3866c5;
    padding-left: 36px;
}

.bot_box .bot_box_box .bot_box_r>em {
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #3866c5;
    font-size: 16px;
    color: #fff;
}

.bot_box .bot_box_box .bot_box_r>em a {
    color: #fff;
}

.bot_box .bot_box_box .bot_box_r>em a:hover {
    color: #e4ff00;
}

.bot_box .bot_box_box .bot_box_r>div {
    font-size: 12px;
    line-height: 24px;
    padding-top: 12px;
    color: #8faeed;
}

.bot_box .bot_box_box .bot_box_r>div a {
    color: #8faeed;
}

.bot_box .bot_box_box .bot_box_r>div a:hover {
    color: #e4ff00;
}


/*bottom*/


/*子页面框架*/

.zy_mbx {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 134px;
    overflow: hidden;
    background: url(../images/zy_mbbj.png) center top no-repeat;
}

.zy_mbx .zy_mbx_box {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.zy_mbx .zy_mbx_box .zy_mbx_wz {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    height: 36px;
    line-height: 36px;
    padding-left: 56px;
    color: #8e8e8e;
    background: url(../images/mbx_bj.png) left center no-repeat;
}

.zy_mbx .zy_mbx_box .zy_mbx_wz a {
    color: #8e8e8e;
}

.zy_mbx .zy_mbx_box .zy_mbx_wz a:hover {
    color: #b80900;
}

.zy_mbx .zy_mbx_box .zy_mbx_z {
    padding-top: 40px;
}

.zy_mbx .zy_mbx_box .zy_mbx_z img {
    display: block;
    margin: 0 auto;
}

.zy_mbx .zy_mbx_box .zy_mbx_z div {
    font-size: 23px;
    font-weight: bold;
    color: #aa0000;
    text-align: center;
    height: 36px;
    line-height: 36px;
    padding-top: 12px;
}

.zy_mbx .zy_mbx_box .zy_mbx_z div span {
    color: #0037a8;
}

.zy_ej {
    width: 1200px;
    min-height: 40px;
    text-align: center;
    margin: 24px auto;
}

.zy_ej li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background: url(../images/ssbj_a.jpg) left center no-repeat;
    padding-left: 26px;
    margin: 6px 6px;
}

.zy_ej li a {
    display: block;
    min-width: 30px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    padding-right: 20px;
    text-align: center;
    background: #0037a8 url(../images/ssbj_aa.jpg) right center no-repeat;
}

.zy_ej li:hover {
    background: #b80a01 url(../images/ssbj_aon_l.jpg) left center no-repeat;
}

.zy_ej li:hover a {
    background: #b80a01 url(../images/ssbj_aon_r.jpg) right center no-repeat;
}

.zy_ej li.on {
    background: #b80a01 url(../images/ssbj_aon_l.jpg) left center no-repeat;
}

.zy_ej li.on a {
    background: #b80a01 url(../images/ssbj_aon_r.jpg) right center no-repeat;
}

.zy_body {
    width: 1200px;
    margin: 0 auto;
    min-height: 500px;
    padding-bottom: 36px;
    overflow: hidden;
    padding-top: 24px;
}


/*子页面框架*/


/*查看留言*/

.zy_cklyul {
    width: 100%;
    min-height: 400px;
}

.zy_cklyul li {
    width: 100%;
    min-height: 60px;
    margin-bottom: 14px;
}

.zy_cklyul li>em {
    display: block;
    float: left;
    width: 78px;
    height: 70px;
    padding-top: 12px;
}

.zy_cklyul li>em.ckly_b {
    background: url(../images/ckly_nan.png) center center no-repeat;
}

.zy_cklyul li>em.cjly_g {
    background: url(../images/ckly_nv.png) center center no-repeat;
}

.zy_cklyul li>div {
    position: relative;
    float: right;
    width: 1121px;
    min-height: 60px;
}

.zy_cklyul li>div>i {
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -6px;
    display: block;
    width: 8px;
    height: 11px;
    background: url(../images/ckly_jt.png) center center no-repeat;
}

.zy_cklyul li>div>img {
    display: block;
    margin: 0 auto;
}

.zy_cklyul li>div>em {
    display: block;
    height: 14px;
    width: 100%;
}

.zy_cklyul li>div .ckly_ema {
    background: url(../images/ckly_bj.png) center top no-repeat;
}

.zy_cklyul li>div .ckly_emb {
    background: url(../images/ckly_bj.png) center bottom no-repeat;
}

.zy_cklyul li>div .zy_ckly_top {
    background: url(../images/bj_a.png) center center repeat-y;
    padding: 0 20px;
}

.zy_cklyul li>div .zy_ckly_top h3 {
    display: block;
    float: left;
    width: 960px;
    min-height: 24px;
    line-height: 24px;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    padding-bottom: 8px;
}

.zy_cklyul li>div .zy_ckly_top em {
    display: block;
    float: right;
    width: 110px;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

.zy_cklyul li>div .zy_ckly_bot {
    background: url(../images/bj_a.png) center center repeat-y;
    width: auto;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding-top: 8px;
}


/*查看留言*/


/*公司简介*/

.zy_gsjj {
    width: 100%;
    min-height: 300px;
    font-size: 14px;
    line-height: 32px;
    color: #333;
    padding-top: 70px;
    background: url(../images/gsjj_bj.png) left top no-repeat;
}

.zy_gsjj a {
    font-size: 15px;
    font-weight: bold;
    color: #cb0000;
}

.zy_gsjj a:hover {
    color: #333;
}


/*公司简介*/


/*联系方式*/

.zy_lxfs {
    width: 100%;
    min-height: 100px;
}

.zy_lxfs .zy_lxfs_text {
    width: 490px;
    height: 362px;
    float: left;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    background: #0037a8 url(../images/ss_d.jpg) right bottom no-repeat;
    padding-bottom: 20px;
}

.zy_lxfs .zy_lxfs_wzdt {
    float: right;
    width: 710px;
    height: 382px;
}


/*联系方式*/


/*查看留言*/

.zy_zxly {
    width: 1200px;
    margin: 0 auto;
}

.zy_zxly .zy_zxly_l {
    float: left;
    min-height: 100px;
}

.zy_zxly .zy_zxly_r {
    float: right;
    min-height: 100px;
}

.inp_a {
    width: 482px;
    margin-bottom: 20px;
}

.inp_a>em {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #4b4b4b;
    padding-right: 24px;
    padding-left: 10px;
}

.inp_a>em img {
    vertical-align: middle;
}

.inp_a>div {
    width: auto;
    padding: 0 14px;
    border: 1px solid #7c8db2;
}

.inp_a>div input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #474747;
}

.inp_b {
    width: 646px;
}

.inp_b>em {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #4b4b4b;
    padding-right: 24px;
    padding-left: 10px;
}

.inp_b>em img {
    vertical-align: middle;
}

.inp_b>div {
    width: auto;
    padding: 14px;
    border: 1px solid #7c8db2;
    background: url(../images/te_bj.png) right bottom no-repeat;
}

.inp_b>div textarea {
    width: 100%;
    height: 240px;
    line-height: 24px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #474747;
    background: none;
    border: 0px;
}

.zy_lxfs_an {
    clear: both;
}

.zy_lxfs_an .inp_a {
    width: 350px !important;
    float: left;
}

.zy_lxfs_an>img {
    display: block;
    float: left;
    border: 1px solid #7c8db2;
    margin-top: 37px;
    margin-left: 30px;
    cursor: pointer;
}

.zy_lxfs_an>a {
    float: right;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 156px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-top: 36px;
    margin-left: 24px;
    background: #0037a8;
}

.zy_lxfs_an>a:hover {
    background: #b80900;
}


/*查看留言*/


/*毛遂自荐*/

.zwtj_c {
    width: 1200px;
    overflow: hidden;
}

.zwtj_form {
    float: left;
}

.zwtj_fl {
    float: right;
    width: 101px;
    height: 152px;
    position: relative;
    overflow: hidden;
}

.zwtj_fl input {
    position: absolute;
    left: 0;
    top: 0;
    width: 101px;
    height: 152px;
    filter: alpha(opacity=0);
    /*IE滤镜，透明度50%*/
    -moz-opacity: 0;
    /*Firefox私有，透明度50%*/
    opacity: 0;
    /*其他，透明度50%*/
    cursor: pointer;
    font-size: 80px;
}

.zwtj_fl:hover img {
    filter: alpha(opacity=60);
    /*IE滤镜，透明度50%*/
    -moz-opacity: 0.6;
    /*Firefox私有，透明度50%*/
    opacity: 0.6;
    /*其他，透明度50%*/
}

.zwtj_f {
    overflow: hidden;
    padding-bottom: 20px;
}

.zwtj_t {
    float: left;
    margin-right: 10px;
}

.zwtj_t em {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #444;
    text-align: right;
    width: 100px;
    padding-right: 15px;
}

.zwtj_t span {
    float: left;
    width: 22px;
    text-align: right;
    font-size: 16px;
    color: #ff3300;
}

.zwtj_t>div {
    float: left;
    padding: 0 10px;
    width: 184px;
    height: 28px;
    border: 1px solid #d8d9de;
}

.zwtj_t>div>input {
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #444;
    border: none;
    background: none;
}

.zwtj_t01>div {
    border: none;
    height: 30px;
    line-height: 30px;
}

.zwtj_t01>div label {
    margin-right: 15px;
    float: left;
}

.zwtj_t01>div input {
    float: left;
    height: 30px;
    margin-right: 6px;
}

.zwtj_t02>div {
    background: url(../images/zwtj_timebg.png) 173px center no-repeat;
}

.zwtj_txt {
    overflow: hidden;
    padding-bottom: 25px;
}

.zwtj_txt em {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #444;
    text-align: right;
    width: 100px;
    padding-right: 15px;
}

.zwtj_txt div {
    float: left;
    width: 896px;
    height: 107px;
    padding: 2px 10px;
    border: 1px solid #d8d9de;
}

.zwtj_txt textarea {
    width: 896px;
    height: 107px;
    border: none;
    resize: none;
    background: none;
    line-height: 26px;
    font-size: 14px;
    color: #444;
}

.zwtj_yzm {
    overflow: hidden;
    padding-bottom: 35px;
}

.zwtj_yzm em {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #444;
    text-align: right;
    width: 100px;
    padding-right: 15px;
}

.zwtj_yzm div {
    float: left;
    padding: 0 10px;
    width: 63px;
    height: 28px;
    border: 1px solid #d8d9de;
}

.zwtj_yzm div input {
    width: 100%;
    font-size: 14px;
    color: #444;
    border: none;
    background: none;
    height: 28px;
    line-height: 28px;
}

.zwtj_yzm img {
    float: left;
    margin: 0 0 0 10px;
    border: 1px solid #7496c4;
}

.zwtj_btn {
    overflow: hidden;
    width: 222px;
    margin: 0 auto;
}

.zwtj_btn a {
    float: left;
    margin: 0 8px;
    width: 95px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: url(../images/zwtj_btnbg.png) left center no-repeat;
}

.zwtj_btn a:hover {
    background: url(../images/zwtj_btnbg.png) right center no-repeat;
}


/*毛遂自荐*/


/*index*/

.in_hei78 {
    height: 78px;
    width: 100%;
    background: #fff;
}

.in_box {
    width: 100%;
    height: 292px;
    padding-top: 30px;
    background: url(../images/in_bj.jpg) repeat;
}

.in_box .in_boxbox {
    width: 1200px;
    margin: 0 auto;
}

.in_box .in_boxbox .in_jdt {
    position: relative;
    float: left;
    width: 350px;
    height: 260px;
}

.in_box .in_boxbox .in_jdt>a {
    position: absolute;
    top: 50%;
    z-index: 100;
    margin-top: -30px;
    display: block;
    width: 30px;
    height: 60px;
    cursor: pointer;
}

.in_box .in_boxbox .in_jdt>a.prev {
    left: 0;
    background: url(../images/left.jpg) center center no-repeat;
}

.in_box .in_boxbox .in_jdt>a.prev:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.in_box .in_boxbox .in_jdt>a.next {
    right: 0;
    background: url(../images/right.png) center center no-repeat;
}

.in_box .in_boxbox .in_jdt>a.next:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.in_box .in_boxbox .in_jdt .in_jdtul li {
    position: relative;
    float: left;
    width: 350px;
    height: 250px;
    overflow: hidden;
}

.in_box .in_boxbox .in_jdt .in_jdtul li>a {
    display: block;
    height: 250px;
    width: 350px;
    overflow: hidden;
}

.in_box .in_boxbox .in_jdt .in_jdtul li>h3 {
    font-size: 14px;
    display: block;
    font-weight: normal;
}

.in_box .in_boxbox .in_jdt .in_jdtul li>h3>a {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100px;
    height: 36px;
    padding-left: 4%;
    width: 96%;
    color: #fff;
    line-height: 36px;
    background: url(../images/zz_a.png) repeat;
}

.in_box .in_boxbox .in_jdt .in_jdtul li>h3>a:hover {
    color: yellow;
}

.in_box .in_boxbox .in_news {
    position: relative;
    float: left;
    width: 430px;
    margin-left: 54px;
}

.in_newsul>li {
    height: 240px;
}

.in_box .in_boxbox .in_news .in_news_tou {
    height: 138px;
}

.in_box .in_boxbox .in_news .in_news_tou h3 {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #656565;
    padding-top: 15px;
}

.in_box .in_boxbox .in_news .in_news_tou h3 a {
    color: #656565;
}

.in_box .in_boxbox .in_news .in_news_tou h3 a:hover {
    color: #2453b3;
}

.in_box .in_boxbox .in_news .in_news_tou em {
    display: block;
    height: 26px;
    line-height: 26px;
    color: #2453b3;
    font-size: 14px;
}

.in_box .in_boxbox .in_news .in_news_tou span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    height: 48px;
    overflow: hidden;
    padding: 2px 0;
}

.in_box .in_boxbox .in_news .in_news_ul {
    width: 100%;
}

.in_box .in_boxbox .in_news .in_news_ul li {
    float: left;
    width: 100%;
    height: 28px;
    line-height: 28px;
}

.in_box .in_boxbox .in_news .in_news_ul li:hover em {
    color: #fff;
    background: #2453b3;
}

.in_box .in_boxbox .in_news .in_news_ul li:hover h3 {
    background: #fff;
    color: #2453B3;
}

.in_box .in_boxbox .in_news .in_news_ul li:hover h3 a {
    color: #2453B3;
}

.in_box .in_boxbox .in_news .in_news_ul li em {
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    width: 97px;
    text-align: center;
    color: #666;
    background: url(../images/ss_f.png) left center no-repeat;
}

.in_box .in_boxbox .in_news .in_news_ul li h3 {
    float: right;
    height: 28px;
    width: 323px;
    padding-left: 10px;
    font-weight: normal;
    font-size: 14px;
}

.in_box .in_boxbox .in_news .in_news_ul li h3 a {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
}

.in_box .in_boxbox .in_about {
    position: relative;
    float: right;
    width: 324px;
}

.in_box .in_boxbox .in_about>h3 {
    display: block;
    height: 30px;
    line-height: 30px;
    padding-top: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #2453b3;
}

.in_box .in_boxbox .in_about>h3 a {
    color: #2453b3;
}

.in_box .in_boxbox .in_about>h3 a:hover {
    color: #000000;
}

.in_box .in_boxbox .in_about>span {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #666;
    margin: 8px 0;
    overflow: hidden;
    height: 48px;
}

.in_box .in_boxbox .in_about>span a {
    color: #666;
    font-weight: bold;
    font-size: 13px;
}

.in_box .in_boxbox .in_about>span a:hover {
    color: #2453B3;
    font-weight: bold;
}

.in_box .in_boxbox .in_about>a {
    display: block;
    width: 100px;
    height: 26px;
    line-height: 26px;
    font-family: arial;
    color: #2453B3;
    padding-left: 15px;
    text-transform: uppercase;
    margin-bottom: 8px;
    background: url(../images/a_bj.png) center center no-repeat;
}

.in_box .in_boxbox .in_about>a:hover {
    color: #333;
    background: url(../images/a_bjon.png) center center no-repeat;
}

.in_box .in_boxbox .in_about .in_about_anul {
    width: 100%;
    padding-top: 6px;
    height: 102px;
    overflow: hidden;
}

.in_box .in_boxbox .in_about .in_about_anul li {
    float: left;
    width: 102px;
    height: 102px;
    margin-right: 9px;
}

.in_news_tit {
    position: absolute;
    left: 0;
    top: -88px;
    width: 88px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;
    color: #656565;
    font-weight: bold;
    border-bottom: 2px solid #2453b3;
}

.in_news_tit ul li {
    float: left;
}

.ts_a {
    width: 240px !important;
    border-bottom: 0px !important;
}

.ts_a a {
    margin-right: 12px;
}

.ts_a a:hover {
    border-bottom: 2px solid #2453b3;
}

.ts_a ul li.on a {
    border-bottom: 2px solid #2453b3;
}

.in_news_tit a {
    height: 56px;
    line-height: 56px;
    display: block;
    width: 100%;
    color: #656565;
}

.in_news_tit a:hover {
    color: #2453b3;
}


/*index*/


/*公司荣誉*/

.zy_gsryul {
    width: 100%;
    min-height: 300px;
}

.zy_gsryul li {
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
    padding: 14px 14px 0 14px;
    border: 1px solid #d5d5d5;
}

.zy_gsryul li:hover {
    border: 1px solid #0037A8;
}

.zy_gsryul li:hover h3 a {
    color: #0037A8;
    background: url(../images/xx_aon.png) center bottom no-repeat;
}

.zy_gsryul li>a {
    display: block;
    width: 343px;
    height: 255px;
    overflow: hidden;
}

.zy_gsryul li>h3 {
    display: block;
    font-size: 18px;
    font-weight: normal;
}

.zy_gsryul li>h3 a {
    display: block;
    height: 56px;
    line-height: 56px;
    padding-bottom: 19px;
    text-align: center;
    color: #333;
    background: url(../images/xx_a.png) center bottom no-repeat;
}


/*公司荣誉*/


/*优秀供应商*/

.xg_titsc {
    float: right;
    height: 400px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #666;
    background: #f4f4f4;
    margin: 46px auto;
    width: 336px;
    padding: 5px 0;
}

.xg_titsc ul li {
    float: left;
    display: block;
    width: 96%;
    padding: 0 2%;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    text-align: left;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 1px;
}

.zy_yxgy {
    float: left;
    position: relative;
    top: 46px;
    width: 856px;
    min-height: 200px;
    margin: 0 auto;
}

.zy_yxgy .zy_yxgy_l {
    float: left;
    width: 333px;
}

.zy_yxgy>em {
    display: block;
    float: left;
    width: 132px;
    font-size: 14px;
    color: #666;
    /*text-align: center;*/
    text-align: right;
    /*padding-left: 24px;*/
    /*padding-right: 10px;*/
}

.zy_yxgy .zy_yxgy_r {
    float: right;
    width: 390px;
}

.zy_yxgy .zy_yxgy_r li {
    position: relative;
    float: left;
    width: 175px;
    margin-right: 40px;
    margin-bottom: 2px;
}

.zy_yxgy .zy_yxgy_r li>div {
    position: relative;
    width: 175px;
    height: 175px;
}

.zy_yxgy .zy_yxgy_r li>div:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.zy_yxgy .zy_yxgy_r li>div input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-opacity: 0;
}

.zy_yxgy .zy_yxgy_r li>em {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #848484;
    text-align: center;
}

.zy_yxgy .zy_yxgy_r li>em span {
    color: red;
}

.zy_yxgy .zy_yxgy_r li>span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #de150f;
    text-align: center;
}

.zy_yxgy_r span {
    display: block;
    line-height: 16px;
    font-size: 13px;
    color: red;
    margin: 6px 0;
}

.kd_333 {
    width: 333px !important;
    min-height: 200px;
    float: right;
}

.kd_730 {
    width: 730px !important;
}

.zy_gyinp_a {
    height: 42px;
    line-height: 42px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: auto;
    padding: 0 10px;
    margin-bottom: 10px;
}

.zy_gyinp_a>em {
    display: block;
    float: left;
    height: 42px;
    width: 60px;
}

.zy_gyinp_a>em.gytu_lx {
    background: url(../images/tu_lx.png) 46% center no-repeat;
}

.zy_gyinp_a>em.gytu_dw {
    background: url(../images/tu_dw.png) 46% center no-repeat;
}

.zy_gyinp_a>em.gytu_r {
    background: url(../images/tu_r.png) 46% center no-repeat;
}

.zy_gyinp_a>em.gytu_dh {
    background: url(../images/tu_dh.png) 46% center no-repeat;
}

.zy_gyinp_a>em.gytu_dha {
    background: url(../images/tu_dh1.png) 46% center no-repeat;
}

.zy_gyinp_a>em.gytu_wz {
    background: url(../images/tu_wz.png) 46% center no-repeat;
}

.zy_gyinp_a>em.gytu_yx {
    background: url(../images/tu_yx.png) 46% center no-repeat;
}

.zy_gyinp_a>em.xwtu_lxa {
    background: url(../images/zx_tu_a.png) 46% center no-repeat;
}

.zy_gyinp_a>em.xwtu_lxb {
    background: url(../images/zx_tu_b.png) 46% center no-repeat;
}

.zy_gyinp_a>em.xwtu_lxc {
    background: url(../images/zx_tu_c.png) 46% center no-repeat;
}

.zy_gyinp_a>em.xwtu_lxd {
    background: url(../images/zx_tu_d.png) 46% center no-repeat;
}

.zy_gyinp_a>em.xwtu_lxe {
    background: url(../images/zx_tu_e.png) 46% center no-repeat;
}

.zy_gyinp_a>em.xwtu_lxf {
    background: url(../images/zx_tu_f.png) 46% center no-repeat;
}

.zy_gyinp_a>em.xwtu_lxg {
    background: url(../images/zx_tu_g.png) 46% center no-repeat;
}

.zy_gyinp_a>input {
    float: right;
    height: 42px;
    line-height: 42px;
    width: 251px;
    font-size: 14px;
    color: #848484;
}

.bj_xl {
    position: relative;
    z-index: 1000;
    background: url(../images/xljt.png) 94% center no-repeat;
}

.bddw_a {
    position: absolute;
    left: 0px;
    top: 378px;
}

.zy_gyyzm {
    width: 333px;
    height: 42px;
}

.zy_gyyzm>div {
    height: 42px;
    padding: 0 0 0 14px;
    width: auto;
    border: 1px solid #ddd;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.zy_gyyzm>div input {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #848484;
    width: 110px;
    float: left;
}

.zy_gyyzm>div img {
    display: block;
    float: right;
    border: 1px solid #ddd;
    cursor: pointer;
    margin-left: 14px;
    width: 93px;
    height: 40px;
}

.zy_gyyzm>a {
    display: block;
    height: 42px;
    line-height: 42px;
    width: 84px;
    margin-left: 14px;
    text-align: center;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #0037A8;
}

.zy_gyyzm>a:hover {
    background: #de150f;
}

.wt_inp input {
    width: 211px !important;
    float: left !important;
}

.wt_inp span {
    display: block;
    float: left;
    width: 40px;
    text-align: center;
    line-height: 42px;
    height: 42px;
}

.zy_wttex {
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    min-height: 100px;
    padding-right: 14px;
    margin-bottom: 10px;
    padding: 8px 14px 8px 0;
    font-size: 14px;
    color: #848484;
}

.zy_wttex em {
    display: block;
    width: 60px;
    text-align: right;
    float: left;
}

.zy_wttex textarea {
    float: right;
    height: 100px;
    font-family: "微软雅黑";
    border: 0px;
    width: 247px;
    line-height: 24px;
    height: 188px;
    font-size: 14px;
    color: #848484;
}

.dropdown {
    outline: none;
    float: right;
}

.dropdown h4 {
    margin: 0;
    display: block;
    width: 251px !important;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    color: #848484;
    font-weight: normal;
    font-family: "微软雅黑";
    font-size: 14px;
}

.dropdown * {
    -moz-user-select: none;
}

.dropdown div {
    display: block;
}

.dropdown ul {
    position: absolute;
    display: none;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
    left: -1px !important;
    background: #FFF;
    width: 251px !important;
    border: 1px solid #ddd;
}

.dropdown ul li {
    text-indent: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-family: "微软雅黑";
}

.dropselectbox {
    display: inline;
}

.dropdown h4.current {
    border-color: #003;
    cursor: pointer;
}

.dropdown ul li.over {
    background: #369;
    color: #FFF;
}


/*优秀供应商*/

.justify {
    text-align: justify;
    background: url(../images/ss_xt.png) center 15px repeat-x;
}

.justify .box {
    display: inline-block;
    vertical-align: top;
}

.justify:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 100%;
}

.w1200 {
    /*版心 提取 */
    width: 1200px;
    margin: 0 auto;
}


/* -----网站地图 BEGIN----- */

.mq_sitemap_top {
    height: 115px;
    text-align: center;
}

.mq_sitemap_top img {
    display: inline-block;
}

.mq_sitemap_bottom {
    width: 1200px;
    font-size: 15px;
    line-height: 32px;
}

.mq_sitemap_bottom dl {
    width: 104px;
}

.mq_sitemap_bottom dt {
    height: 32px;
    line-height: 32px;
}

.mq_sitemap_bottom dt a {
    display: block;
    width: 68px;
    padding: 0 18px;
    height: 32px;
    color: #fff;
    text-align: center;
    background: url(../images/mq_03.png) no-repeat left top;
    font-size: 13px;
}

.mq_sitemap_bottom dt a:hover {
    background: url(../images/mq_03.png) no-repeat left bottom;
}

.mq_sitemap_bottom dt.mq_first a {
    background: url(../images/mq_02.png) no-repeat left top;
}

.mq_sitemap_bottom dt.mq_first a:hover {
    background: url(../images/mq_02.png) no-repeat left bottom;
}

.mq_sitemap_bottom dd {
    height: 32px;
    padding: 7px 0;
}

.mq_sitemap_bottom dd a {
    display: block;
    width: 86px;
    padding-left: 18px;
    color: #333;
}

.mq_sitemap_bottom dd a:hover {
    color: #b80900;
    font-weight: bold;
}


/* -----网站地图 END----- */


/* -----新闻详情 BEGIN----- */

.mq_xwxq {
    /*-- 上下篇 --*/
    /*-- 上下篇 --*/
}

.mq_xwxq .xwxq_tit {
    position: relative;
    min-height: 74px;
    border-bottom: 1px solid #a7a7a7;
}

.mq_xwxq .xwxq_tit h1 {
    min-height: 26px;
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
    padding: 6px 0;
}

.mq_xwxq .xwxq_tit .ql_ztdzx {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
}

.mq_xwxq .xwxq_tit .ql_ztdzx a {
    color: #333;
}

.mq_xwxq .xwxq_tit .ql_ztdzx a:hover {
    color: #0037a8;
}

.mq_xwxq .xwxq_tit .xw_close {
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 32px;
    height: 32px;
    background: url(../images/mq_05.png) no-repeat left bottom;
}

.mq_xwxq .xwxq_tit .xw_close:hover {
    background-position: left top;
}

.mq_xwxq .xwxq_nr {
    min-height: 400px;
    padding: 10px 0 14px;
}


/* -----新闻详情 END----- */


/* -----新闻 BEGIN----- */

.mq_xw ul {
    width: 110%;
    min-height: 400px;
}

.mq_xw li {
    float: left;
    width: 556px;
    height: 100px;
    overflow: hidden;
    margin-right: 88px;
    margin-bottom: 54px;
}

.mq_xw li .xw_left {
    float: left;
    width: 105px;
    height: 100px;
    margin-right: 26px;
    text-align: center;
}

.mq_xw li .xw_left .xw_time {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #696969;
    background-color: #e2e2e2;
}

.mq_xw li .xw_left .em_shuliang {
    display: block;
    height: 68px;
    line-height: 68px;
    font-size: 38px;
    color: #fff;
    background-color: #0037a8;
}

.mq_xw li .xw_right {
    width: auto;
    height: 100px;
}

.mq_xw li .xw_right h3 {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
}

.mq_xw li .xw_right h3 a {
    display: block;
    color: #727272;
}

.mq_xw li .xw_right .xw_detail {
    padding-top: 4px;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    color: #8d8d8d;
}

.mq_xw li:hover h3 a {
    color: #b80900;
}

.mq_xw li:hover .xw_left .em_shuliang {
    background-color: #b80900;
}


/* -----新闻 END----- */


/* -----招标 BEGIN----- */

.mq_zb_nr {
    position: relative;
    padding-bottom: 30px;
    min-height: 400px;
}

.mq_zb_nr .mq_zb_hd {
    position: relative;
    height: 31px;
}

.mq_zb_nr .mq_zb_hd li {
    float: left;
    width: 80px;
    height: 31px;
    padding: 0 5px;
    margin-top: -1px;
    margin-left: 14px;
    margin-right: 30px;
    overflow: hidden;
    line-height: 31px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: url(../images/mq_06.png) no-repeat center top;
    cursor: pointer;
}

.mq_zb_nr .mq_zb_hd li.on {
    background-position: center bottom;
}

.mq_zb_nr .mq_zb_bd {
    position: relative;
    padding-top: 34px;
}

.mq_zb_nr .mq_zb_bd ul {
    position: relative;
    width: 100%;
}

.mq_zb_nr .mq_zb_bd li {
    float: left;
    width: 100%;
    font-size: 14px;
}


/* -----招标 END----- */


/* -----造价咨询 BEGIN----- */

.mq_zjzx .zj_right {
    width: auto;
}

.mq_zjzx .zj_right h1 {
    padding-top: 21px;
}

.mq_zjzx .zj_right .zj_detail {
    padding-top: 15px;
    font-size: 14px;
    line-height: 32px;
    color: #333;
}

.mq_zjzx .zj_right .zj_detail a {
    font-size: 15px;
    font-weight: bold;
    color: #cb0000;
}

.mq_zjzx .zj_right .zj_detail a:hover {
    color: #0037a8;
}


/* -----造价咨询 END----- */


/* -----图片详情 BEGIN----- */

.mq_tpxq_nr {
    position: relative;
    min-height: 400px;
    padding: 30px 0;
}

.mq_tpxq_nr .tpxq_btn {
    position: absolute;
    display: block;
    top: 254px;
    width: 36px;
    height: 46px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.mq_tpxq_nr .tpxq_btn[href] {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.mq_tpxq_nr .tpxq_pre {
    left: 102px;
    background: url(../images/mq_10.png) no-repeat left top;
}

.mq_tpxq_nr .tpxq_next {
    right: 102px;
    background: url(../images/mq_11.png) no-repeat left top;
}

.mq_tpxq_nr .tpxq_btn[href]:hover {
    background-position: left bottom;
}

.mq_tpxq {
    position: relative;
    width: 715px;
    height: 532px;
    overflow: hidden;
    margin: 0 auto;
}

.tpxq_nr {
    padding: 8px 0;
    min-height: 100px;
    font-size: 14px;
    line-height: 34px;
    color: #333;
}


/* -----图片详情 END----- */


/* -----招聘 BEGIN----- */

.mq_zp .zp_btn {
    height: 35px;
    text-align: right;
}

.mq_zp .zp_btn a {
    display: inline-block;
    margin-left: 28px;
    width: 125px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: url(../images/mq_12.png) no-repeat left top;
}

.mq_zp .zp_btn a:hover {
    background-position: left bottom;
}

.mq_zp .zp_btn a.on {
    background-position: left bottom;
}

.mq_zp .navigation {
    position: relative;
    padding: 0 106px;
    margin-bottom: 22px;
    height: 103px;
    width: 988px;
    overflow: hidden;
}

.mq_zp .navigation .btn {
    position: absolute;
    top: 50%;
    z-index: 20;
    margin-top: -23px;
    display: inline-block;
    width: 36px;
    height: 46px;
}

.mq_zp .navigation .btn.prev {
    left: 0;
    background: url(../images/mq_10.png) no-repeat left top;
}

.mq_zp .navigation .btn.next {
    right: 0;
    background: url(../images/mq_11.png) no-repeat left top;
}

.navigation a[href]:hover {
    filter: alpha(opacity=40);
    opacity: 0.4;
    -moz-opacity: 0.4;
}

.mq_zp .navigation li {
    float: left;
    width: 148px;
    height: 103px;
    margin-right: 20px;
    line-height: 103px;
    text-align: center;
    color: #0037a8;
    font-size: 18px;
    background-color: #e4e4e4;
    cursor: pointer;
}

.mq_zp .navigation li.on {
    background-color: #0037a8;
}

.mq_zp .stage {
    min-height: 230px;
    padding-bottom: 30px;
    overflow-x: hidden;
}

.mq_zp .stage ul {
    width: 2000em;
    float: left;
}

.mq_zp .stage li {
    width: 1200px;
    float: left;
}

.mq_zp .stage h3 {
    padding-top: 10px;
    padding-bottom: 19px;
    line-height: 36px;
    font-size: 18px;
    background: url(../images/mq_13.png) no-repeat center bottom;
}

.mq_zp .stage .zp_detail {
    padding-top: 20px;
    width: 100%;
}

.mq_zp .stage .zp_detail .zp_duan {
    float: left;
    width: 470px;
}

.mq_zp {
    /** Navigation container **/
    /** Shared carousel styles **/
    /** Stage carousel specific styles **/
    /** Navigation carousel specific styles **/
    /** Stage carousel controls **/
}

.mq_zp .connected-carousels .stage {
    position: relative;
}

.mq_zp .connected-carousels .photo-credits {
    position: absolute;
    right: 15px;
    bottom: 0;
    font-size: 13px;
    color: #fff;
    opacity: .66;
}

.mq_zp .connected-carousels .photo-credits a {
    color: #fff;
}

.mq_zp .connected-carousels .navigation {
    position: relative;
}

.mq_zp .connected-carousels .carousel {
    overflow: hidden;
    position: relative;
}

.mq_zp .connected-carousels .carousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mq_zp .connected-carousels .carousel li {
    float: left;
}

.mq_zp .connected-carousels .carousel-navigation li {
    cursor: pointer;
}

.mq_zp .connected-carousels .carousel-navigation li:hover {
    background-color: #0037a8;
    color: #fff;
}

.mq_zp .connected-carousels .carousel-navigation li.active {
    background-color: #0037a8;
    color: #fff;
}

.mq_zp .connected-carousels .prev-navigation.inactive,
.mq_zp .connected-carousels .next-navigation.inactive {
    opacity: .5 !important;
    cursor: default !important;
}


/* -----招聘 END----- */


/*新闻推荐*/

.zy_tjul {
    width: 100%;
    min-height: 100px;
}

.zy_tjul li {
    float: left;
    width: 570px;
    margin-right: 60px;
}

.zy_tjul li:hover h3 a {
    background: url(../images/aa_aon.png) left center no-repeat;
    color: #b80900;
}

.zy_tjul li h3 {
    font-size: 13px;
    font-weight: normal;
    float: left;
}

.zy_tjul li h3 a {
    height: 30px;
    line-height: 30px;
    display: block;
    padding-left: 18px;
    color: #333;
    background: url(../images/aa_a.png) left center no-repeat;
}

.zy_tjul li em {
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
}

.mq_xwxq .xgtj .xg_tit {
    padding-top: 20px;
    padding-left: 65px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    color: #b80900;
    font-weight: bold;
    margin-bottom: 14px;
    background: url(../images/mq_04.png) no-repeat left center;
}


/*新闻推荐*/

.cg_banner .hd {
    display: none;
}


/*网站CSS结束*/

.bot_gjz p {
    display: inline;
}

.xg_inabout {
    width: 100%;
    height: 240px;
    overflow: hidden;
    line-height: 24px;
    font-size: 13px;
    color: #333;
}

.xg_inabout a {
    font-weight: bold;
    color: #2453b3;
}

.xg_inabout a:hover {
    color: #333;
}

textarea {
    font-family: 微软雅黑;
}


/*# sourceMappingURL=xl_style.css.map */

.head_sx_b_ss {
    width: 300px;
    height: 28px;
    border-radius: 3px;
    background-color: #f2f2f2;
    overflow: hidden;
    padding: 0 16px;
    box-sizing: border-box;
    position: absolute;
    right: 17px;
    top: 32px;
}

.head_sx_b_ss input {
    height: 28px;
    width: 224px;
    display: inline-block;
    background-color: #f2f2f2;
    margin-right: 20px;
}

.head_sx_b_ss div {
    display: inline-block;
    width: 16px;
    cursor: pointer;
    vertical-align: sub;
}
/*表格边框*/
td {
    border: 1px solid;
}